home *** CD-ROM | disk | FTP | other *** search
- object RunPrtDlg: TRunPrtDlg
- Left = 20
- Top = 114
- BorderStyle = bsDialog
- Caption = 'Print Status'
- ClientHeight = 152
- ClientWidth = 329
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Scaled = False
- OnActivate = FormActivate
- OnCreate = FormCreate
- PixelsPerInch = 120
- TextHeight = 16
- object StatusLabel: TLabel
- Left = 8
- Top = 127
- Width = 209
- Height = 20
- AutoSize = False
- Caption = 'Extracting Data...'
- end
- object GroupBox1: TGroupBox
- Left = 3
- Top = 2
- Width = 321
- Height = 109
- TabOrder = 0
- object Label20: TLabel
- Left = 8
- Top = 13
- Width = 305
- Height = 25
- Alignment = taCenter
- AutoSize = False
- Caption = 'Printing Records'
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- WordWrap = True
- end
- object Label21: TLabel
- Left = 8
- Top = 37
- Width = 305
- Height = 25
- Alignment = taCenter
- AutoSize = False
- Caption = 'Please Wait...'
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- end
- object Progress: TEPMeter
- Left = 8
- Top = 65
- Width = 305
- Height = 25
- BorderSpace = 0
- MeterStyle = epmsBar
- MinValue = 0
- Orientation = epoHorizontal
- UseFontColor = False
- Value = 0
- end
- end
- object Button1: TButton
- Left = 234
- Top = 117
- Width = 89
- Height = 30
- Cancel = True
- Caption = 'Cancel'
- Default = True
- ModalResult = 2
- TabOrder = 1
- OnClick = Button1Click
- end
- object PrinterUnit: TReportPrinter
- StatusLabel = StatusLabel
- StatusFormat = 'Printing page %p'
- LineHeightMethod = lhmFont
- Units = unMM
- UnitsFactor = 25.400000000000000000
- Title = 'Smart Address Print'
- Orientation = poPortrait
- ScaleX = 100.000000000000000000
- ScaleY = 100.000000000000000000
- OnPrint = PrinterUnitPrint
- OnBeforePrint = PrinterUnitBeforePrint
- OnAfterPrint = PrinterUnitAfterPrint
- OnNewPage = PrinterUnitNewPage
- OnPrintHeader = PrinterUnitPrintHeader
- OnPrintFooter = PrinterUnitPrintFooter
- end
- object PreviewUnit: TReportFiler
- StatusFormat = 'Formatting page %p'
- LineHeightMethod = lhmFont
- Units = unMM
- UnitsFactor = 25.400000000000000000
- Title = 'Smart Address Print'
- Orientation = poPortrait
- ScaleX = 100.000000000000000000
- ScaleY = 100.000000000000000000
- OnPrint = PrinterUnitPrint
- OnBeforePrint = PrinterUnitBeforePrint
- OnAfterPrint = PrinterUnitAfterPrint
- OnNewPage = PrinterUnitNewPage
- OnPrintHeader = PrinterUnitPrintHeader
- OnPrintFooter = PrinterUnitPrintFooter
- Left = 32
- end
- end
-